home *** CD-ROM | disk | FTP | other *** search
/ MacPeople 2003 February 1 / MACPEOPLE-2003-02-01.ISO.7z / MACPEOPLE-2003-02-01.ISO / ぶらりオンラインウェアの旅 / おしゃべり漂流記 / xGates / xGates 1.2 Source Code.sit / xGates 1.2 Source Code / carb.r < prev    next >
Text File  |  2002-05-15  |  483b  |  17 lines

  1. // ===========================================================================
  2. //    carb.r                          PowerPlant 2.2.1         ゥ2000 Metrowerks Inc.
  3. // ===========================================================================
  4. //
  5. //    Mac OS X looks for a 'carb' resource with ID 0 to determine whether to
  6. //    launch a program under Classic or Carbon
  7. //
  8. //    Add this file to Carbon targets, but NOT to Classic targets
  9.  
  10. type 'carb' {
  11.     longint = 0;                // Four zero bytes
  12. };
  13.  
  14.  
  15. resource 'carb'(0) {
  16. };
  17.